home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / memchr.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  29 lines

  1.  
  2. MEMCHR(3)                  UNIX Programmer's Manual                  MEMCHR(3)
  3.  
  4. NNAAMMEE
  5.      mmeemmcchhrr - locate byte in byte string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _v_o_i_d _*
  11.      mmeemmcchhrr(_c_o_n_s_t _v_o_i_d _*_b, _i_n_t _c, _s_i_z_e___t _l_e_n)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The mmeemmcchhrr() function locates the first occurrence of _c (converted to an
  15.      unsigned char) in string _b.
  16.  
  17. RREETTUURRNN VVAALLUUEESS
  18.      The mmeemmcchhrr() function returns a pointer to the byte located, or NULL if
  19.      no such byte exists within _l_e_n bytes.
  20.  
  21. SSEEEE AALLSSOO
  22.      index(3),  rindex(3),  strchr(3),  strcspn(3),  strpbrk(3),  strrchr(3),
  23.      strsep(3),  strspn(3),  strstr(3),  strtok(3)
  24.  
  25. SSTTAANNDDAARRDDSS
  26.      The mmeemmcchhrr() function conforms to ANSI C3.159-1989 (``ANSI C'').
  27.  
  28. BSD Experimental                 June 29, 1991                               1
  29.